func time.quote
19 uses
time (current package)
format.go#L607: buf = append(buf, quote(loc.name)...)
format.go#L849: func quote(s string) string {
format.go#L889: quote(e.Value) + " as " +
format.go#L890: quote(e.Layout) + ": cannot parse " +
format.go#L891: quote(e.ValueElem) + " as " +
format.go#L892: quote(e.LayoutElem)
format.go#L895: quote(e.Value) + e.Message
format.go#L1064: return Time{}, newParseError(alayout, avalue, "", value, ": extra text: "+quote(value))
format.go#L1608: return 0, errors.New("time: invalid duration " + quote(orig))
format.go#L1620: return 0, errors.New("time: invalid duration " + quote(orig))
format.go#L1626: return 0, errors.New("time: invalid duration " + quote(orig))
format.go#L1640: return 0, errors.New("time: invalid duration " + quote(orig))
format.go#L1652: return 0, errors.New("time: missing unit in duration " + quote(orig))
format.go#L1658: return 0, errors.New("time: unknown unit " + quote(u) + " in duration " + quote(orig))
format.go#L1662: return 0, errors.New("time: invalid duration " + quote(orig))
format.go#L1671: return 0, errors.New("time: invalid duration " + quote(orig))
format.go#L1676: return 0, errors.New("time: invalid duration " + quote(orig))
format.go#L1683: return 0, errors.New("time: invalid duration " + quote(orig))
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |